Skip to content

chore(deps): bump the terraform-providers group across 1 directory with 4 updates - #57

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/src/terraform-providers-c7051511d6
Open

chore(deps): bump the terraform-providers group across 1 directory with 4 updates#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/src/terraform-providers-c7051511d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the terraform-providers group with 4 updates in the /src directory: grafana/grafana, hashicorp/time, hashicorp/vault and stackitcloud/stackit.

Updates grafana/grafana from 4.42.0 to 4.45.1

Release notes

Sourced from grafana/grafana's releases.

v4.45.1

Bug Fixes

  • k6: remove publisher_token from grafana_k6_installation (#2931) by @​Lantero

Full Changelog: v4.45.0...v4.45.1

v4.45.0

Bug Fixes

Features

Full Changelog: v4.44.0...v4.45.0

v4.44.0

Features

Miscellaneous

Testing

  • grafana_apps_servicemodel_component_v1alpha1: poll for deletion in the destroy check (#2914) by @​cesararmada

Full Changelog: v4.43.0...v4.44.0

v4.43.0

Bug Fixes

... (truncated)

Commits
  • 7f33116 fix(k6): remove publisher_token from grafana_k6_installation (#2931)
  • e834b03 chore: update provider schema and issue templates (#2925)
  • 2784bc7 fix(agento11y): expose evaluation rule execution fields (#2924)
  • c68295d feat(k6): add publisher_token to grafana_k6_installation (#2873)
  • bf479a9 feat(assistant): add terms acceptance resource (#2922)
  • 25e8b79 chore: update provider schema and issue templates (#2917)
  • 7eeff08 feat(alerting): add rulesequence resource (#2874)
  • b2a66c5 chore: update provider schema and issue templates (#2913)
  • 67c2bab test(grafana_apps_servicemodel_component_v1alpha1): poll for deletion in the ...
  • fca2751 feat(grafana_apps_servicemodel_component_v1alpha1): add resource for service ...
  • Additional commits viewable in compare view

Updates hashicorp/time from 0.14.0 to 0.14.1

Release notes

Sourced from hashicorp/time's releases.

v0.14.1

0.14.1 (August 14, 2026)

NOTES:

  • Dependency updates (#498)
Changelog

Sourced from hashicorp/time's changelog.

0.14.1 (August 14, 2026)

NOTES:

  • Dependency updates (#498)
Commits
  • 16a7a58 update version and fix changie partial changelog (#507)
  • 4b57d2f update Go core dependencies (#506)
  • d4e05fc Added changelog for upcoming release (#505)
  • 722c4a0 build(deps): Bump github.com/hashicorp/terraform-plugin-log (#504)
  • de8e559 build(deps): Bump the github-actions group across 1 directory with 3 updates ...
  • 8fd5533 build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1 (#502)
  • 16bc819 build(deps): Bump actions/setup-go in the github-actions group (#500)
  • e151063 build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /tools (#497)
  • 075a35f build(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#498)
  • c606d2a build(deps): Bump the github-actions group across 1 directory with 2 updates ...
  • Additional commits viewable in compare view

Updates hashicorp/vault from 5.10.1 to 5.11.0

Release notes

Sourced from hashicorp/vault's releases.

v5.11.0

5.11.0 (August 14, 2026)

FEATURES:

  • New Resources: Add support for GCP KMS secrets engine with vault_gcpkms_secret_backend and vault_gcpkms_secret_backend_key resources, vault_gcpkms_verify data source, and ephemeral resources vault_gcpkms_encrypt, vault_gcpkms_decrypt, vault_gcpkms_reencrypt, and vault_gcpkms_sign for cryptographic operations. Includes internal Plugin Framework mount_helpers for Vault mount operations to support incremental migration from SDKv2. (#2763)
  • New resource for transform key configurations: vault_transform_key_configuration - Supports setting an auto_rotate_period and min_decryption_version to keys used in for tokenization transformations. This uses this endpoint to modify the configuration and this one to read configurations. (#2980)
  • LDAP Role Level Password Policy Support: Added password_policy parameter to vault_ldap_secret_backend_static_role and vault_ldap_secret_backend_dynamic_role resources to support role-level password policy configuration (#2921). Requires Vault 2.2.0+.
  • LDAP Rotate-on-Read Support: Added rotate_on_read and rotate_on_read_cooldown parameters to vault_ldap_secret_backend and vault_ldap_secret_backend_static_role resources, and rotated_on_read attribute to vault_ldap_static_role_credentials data source to support credential rotation on each read (#2960. Requires Vault Enterprise 2.2.0+.
  • LDAP Account Unlock for Static Role: Added auto_unlock field (Optional+Computed) to vault_ldap_secret_backend and vault_ldap_secret_backend_static_role. When set at the mount level, Vault automatically unlocks the managed AD account after every successful static-role rotation, the per-role field overrides the mount-level setting, and when unset the role inherits the mount default. Active Directory schema only. Requires Vault Enterprise 2.2.0+.(#2977)
  • Terraform Secret Engine Root Rotation Support: Add support for automated root token rotation via the rotation_period, rotation_schedule, rotation_window, and disable_automated_rotation fields, and add explicit_max_ttl to bound the lifetime of the rotated root token. Requires Vault 2.2.0+. (#2958)
  • Add support for Kerberos auth backend: vault_kerberos_auth_backend_config, vault_kerberos_auth_backend_ldap_config, and vault_kerberos_auth_backend_group resources, and vault_kerberos_auth_backend_login ephemeral resource for Kerberos authentication. (#2819)
  • Secrets Sync customer controlled encryption: vault_secrets_sync_aws_destination and vault_secrets_sync_gcp_destination now support Vault 2.2.0+ fields kms_key_id and replica_regions; and deprecated GCP legacy fields global_kms_key, locational_kms_keys, and replication_locations in favor of kms_key_id and replica_regions. (#2965)
  • Add support for pkcs12_bundle and jks_bundle formats (without setting default values) in vault_pki_secret_backend_cert, vault_pki_secret_backend_root_cert, vault_pki_secret_backend_root_sign_intermediate, and vault_pki_secret_backend_sign (#2946). Requires Vault 2.0.5+.

IMPROVEMENTS:

  • Migrated AWS provider dependency from aws-sdk-go (v1) to aws-sdk-go-v2 for improved performance and maintainability. (#2882)
  • vault_identity_entity_alias: Add support for external_id and issuer fields. Available only for Vault Enterprise. (#2994)
  • vault_aws_auth_backend_config_identity: Add support for canonical_arn as a valid value for the iam_alias parameter. Requires Vault 1.16+. (#2982)
  • vault_jwt_auth_backend: Add string-to-integer conversion for groups_cap field in provider_config to support Okta provider configuration. (#2939)
  • Autosnapshot support for AWS IRSA: Added documentation for IRSA usage per changes in Vault (hashicorp/raft-snapshotagent#49). IRSA feature requires Vault 2.2.0+
  • Updated dependencies:
    • Bumped 13 Go module dependencies (#2969)
    • Bumped 10 Go module dependencies (#2990)
    • actions/checkout v7.0.0 → v7.0.1
    • actions/setup-go v6.4.0 → v7.0.0
    • actions/cache v5.0.5 → v6.1.0
    • golang.org/x/mod v0.37.0 → v0.40.0 (fixes GO-2026-6179, GO-2026-6180)
    • golang.org/x/crypto v0.54.0 → v0.55.0
    • golang.org/x/net v0.57.0 → v0.58.0
    • golang.org/x/text v0.40.0 → v0.41.0
    • golang.org/x/tools v0.47.0 → v0.49.0
    • cloud.google.com/go/iam v1.12.0 → v1.13.0
    • cloud.google.com/go/auth v0.20.0 → v0.23.0
    • github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.0 → v1.23.0
    • github.com/aws/aws-sdk-go-v2 v1.43.0 → v1.43.5
    • github.com/aws/aws-sdk-go-v2/config v1.32.31 → v1.32.36
    • github.com/aws/aws-sdk-go-v2/credentials v1.19.30 → v1.19.35
    • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 → v1.18.36
    • github.com/aws/aws-sdk-go-v2/service/iam v1.56.0 → v1.59.0
    • github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 → v1.45.5
    • github.com/aws/smithy-go v1.27.3 → v1.27.7
    • github.com/hashicorp/terraform-plugin-log v0.10.0 → v0.11.0
    • github.com/moby/moby/client v0.5.0 → v0.5.1
    • google.golang.org/api v0.287.1 → v0.293.0
    • google.golang.org/genproto v0.0.0-20260622175928 → v0.0.0-20260810153831
    • google.golang.org/grpc v1.82.1 → v1.83.0
    • k8s.io/utils v0.0.0-20260617174310 → v0.0.0-20260707023825
  • Build and CI changes:

... (truncated)

Changelog

Sourced from hashicorp/vault's changelog.

5.11.0 (August 14, 2026)

FEATURES:

  • vault_azure_auth_backend_config: Add auth_type field to explicitly control how Vault authenticates to Azure APIs. Valid values are root_creds, plugin_wif, msi, and aks_wi. When omitted, Vault retains its existing credential-discovery behaviour for backward compatibility (#2999). Requires Vault 2.2.0+.

  • New Resources: Add support for GCP KMS secrets engine with vault_gcpkms_secret_backend and vault_gcpkms_secret_backend_key resources, vault_gcpkms_verify data source, and ephemeral resources vault_gcpkms_encrypt, vault_gcpkms_decrypt, vault_gcpkms_reencrypt, and vault_gcpkms_sign for cryptographic operations. Includes internal Plugin Framework mount_helpers for Vault mount operations to support incremental migration from SDKv2. (#2763)

  • New resource for transform key configurations: vault_transform_key_configuration - Supports setting an auto_rotate_period and min_decryption_version to keys used in for tokenization transformations. This uses this endpoint to modify the configuration and this one to read configurations. (#2980)

  • LDAP Role Level Password Policy Support: Added password_policy parameter to vault_ldap_secret_backend_static_role and vault_ldap_secret_backend_dynamic_role resources to support role-level password policy configuration (#2921). Requires Vault 2.2.0+.

  • LDAP Rotate-on-Read Support: Added rotate_on_read and rotate_on_read_cooldown parameters to vault_ldap_secret_backend and vault_ldap_secret_backend_static_role resources, and rotated_on_read attribute to vault_ldap_static_role_credentials data source to support credential rotation on each read (#2960. Requires Vault Enterprise 2.2.0+.

  • LDAP Account Unlock for Static Role: Added auto_unlock field (Optional+Computed) to vault_ldap_secret_backend and vault_ldap_secret_backend_static_role. When set at the mount level, Vault automatically unlocks the managed AD account after every successful static-role rotation, the per-role field overrides the mount-level setting, and when unset the role inherits the mount default. Active Directory schema only. Requires Vault Enterprise 2.2.0+.(#2977)

  • Terraform Secret Engine Root Rotation Support: Add support for automated root token rotation via the rotation_period, rotation_schedule, rotation_window, and disable_automated_rotation fields, and add explicit_max_ttl to bound the lifetime of the rotated root token. Requires Vault 2.2.0+. (#2958)

  • Add support for Kerberos auth backend: vault_kerberos_auth_backend_config, vault_kerberos_auth_backend_ldap_config, and vault_kerberos_auth_backend_group resources, and vault_kerberos_auth_backend_login ephemeral resource for Kerberos authentication. (#2819)

  • Secrets Sync customer controlled encryption: vault_secrets_sync_aws_destination and vault_secrets_sync_gcp_destination now support Vault 2.2.0+ fields kms_key_id and replica_regions; and deprecated GCP legacy fields global_kms_key, locational_kms_keys, and replication_locations in favor of kms_key_id and replica_regions. (#2965)

  • Add support for pkcs12_bundle and jks_bundle formats (without setting default values) in vault_pki_secret_backend_cert, vault_pki_secret_backend_root_cert, vault_pki_secret_backend_root_sign_intermediate, and vault_pki_secret_backend_sign (#2946). Requires Vault 2.0.5+.

IMPROVEMENTS:

  • Migrated AWS provider dependency from aws-sdk-go (v1) to aws-sdk-go-v2 for improved performance and maintainability. (#2882)
  • vault_identity_entity_alias: Add support for external_id and issuer fields. Available only for Vault Enterprise. (#2994)
  • vault_aws_auth_backend_config_identity: Add support for canonical_arn as a valid value for the iam_alias parameter. Requires Vault 1.16+. (#2982)
  • vault_jwt_auth_backend: Add string-to-integer conversion for groups_cap field in provider_config to support Okta provider configuration. (#2939)
  • Autosnapshot support for AWS IRSA: Added documentation for IRSA usage per changes in Vault (hashicorp/raft-snapshotagent#49). IRSA feature requires Vault 2.2.0+
  • Updated dependencies:
    • Bumped 13 Go module dependencies (#2969)
    • Bumped 10 Go module dependencies (#2990)
    • actions/checkout v7.0.0 → v7.0.1
    • actions/setup-go v6.4.0 → v7.0.0
    • actions/cache v5.0.5 → v6.1.0
    • golang.org/x/mod v0.37.0 → v0.40.0 (fixes GO-2026-6179, GO-2026-6180)
    • golang.org/x/crypto v0.54.0 → v0.55.0
    • golang.org/x/net v0.57.0 → v0.58.0
    • golang.org/x/text v0.40.0 → v0.41.0
    • golang.org/x/tools v0.47.0 → v0.49.0
    • cloud.google.com/go/iam v1.12.0 → v1.13.0
    • cloud.google.com/go/auth v0.20.0 → v0.23.0
    • github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.0 → v1.23.0
    • github.com/aws/aws-sdk-go-v2 v1.43.0 → v1.43.5
    • github.com/aws/aws-sdk-go-v2/config v1.32.31 → v1.32.36
    • github.com/aws/aws-sdk-go-v2/credentials v1.19.30 → v1.19.35
    • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 → v1.18.36
    • github.com/aws/aws-sdk-go-v2/service/iam v1.56.0 → v1.59.0
    • github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 → v1.45.5
    • github.com/aws/smithy-go v1.27.3 → v1.27.7
    • github.com/hashicorp/terraform-plugin-log v0.10.0 → v0.11.0
    • github.com/moby/moby/client v0.5.0 → v0.5.1
    • google.golang.org/api v0.287.1 → v0.293.0
    • google.golang.org/genproto v0.0.0-20260622175928 → v0.0.0-20260810153831
    • google.golang.org/grpc v1.82.1 → v1.83.0
    • k8s.io/utils v0.0.0-20260617174310 → v0.0.0-20260707023825

... (truncated)

Commits
  • fcb48e9 Release v5.11.0 preparation (#3001)
  • fc85ee5 build(deps): bump the gomod-backward-compatible group across 1 directory with...
  • 3e389c6 IRSA 2.1.0 -> 2.2.0 (#2998)
  • de1c10d [VAULT-48696] Fix JWT Auth Backend provider_config Perpetual Diff (#2993)
  • f17772c [VAULT-49147] Change Version from 2.1.0 to 2.2.0 (#2996)
  • 5b45544 VAULT-49089: add issuer and external_id fields to aliases (#2994)
  • 69d312f Add auto_unlock for ldap secret engine (#2977)
  • 2f60b00 feat: add vault_transform_key_configuration resource for transform secrets en...
  • a89ca0d secrets/gcpkms: Add GCP KMS secrets engine and key management resources. (#2763)
  • 5c5a495 Add pkcs12_bundle and jks_bundle format support for PKI cert generation (with...
  • Additional commits viewable in compare view

Updates stackitcloud/stackit from 0.106.0 to 0.113.0

Release notes

Sourced from stackitcloud/stackit's releases.

v0.113.0

Changelog

  • bc2c5ae8e3547e05bdce505ce4ffd0448e15c717: chore(albwaf): remove beta status for albwaf resources (#1709) (@​cgoetz-inovex)
  • 6704f0c1e354c685992acfcb8abdf911e732c470: chore(deps): bump golang.org/x/mod from 0.38.0 to 0.39.0 (#1700) (@​dependabot[bot])
  • 3e25f8407eec0e421b10a475cd8f294eed80c079: chore(iaas): Refactor/Add network area route min and max test (#1701) (@​Fyusel)
  • 8c887fcc56499fd9f37ae714538f3882af221ef7: feat(albcertificate): increase cert lengths to 64kb (#1695) (@​GokceGK)
  • b3b4b44268e0ed28973b5d0add77c7cfe7471962: feat(ci): add modify plan linter (#1685) (@​rubenhoenle)
  • 76ef81b8bd6fc49c3343d3e704271c6fd5dd561f: feat(ske): add ephemeral ske kubeconfig (#1448) (@​h3adex)
  • 9734525f3ef949bb17e0e01bb653d02c99cfd970: refactor(albwaf): move onlyAllowedIfBoolEquals to global validators (#1697) (@​SerseusWasTaken)

v0.112.0

Changelog

  • 65af499c45bf8663fc8807b2a445f96c16528353: feat(ske): support audit log configuration (#1696) (@​marceljk)
  • de961add37876c2a347d6ec500ba61d86fdd2cf0: fix(rabbitmq, redis): add modify plan functions (#1684) (@​GokceGK)
  • 7f98359cba67b1abf8e43f968190cf3e9ebb8ee1: fix(ske): nil pointer when gateway api is not set (#1673) (@​Manuelvaas)

v0.111.0

Changelog

  • 2db35b533b4dd03377d04adc4d304d70021bb084: chore(deps): bump github.com/hashicorp/terraform-plugin-log (#1675) (@​dependabot[bot])
  • 7f669a257b9af1ca812806ce2eb9853bdaf679f5: chore(docs): removal of deprecated contribution guide placeholder (#1686) (@​rubenhoenle)
  • e55cc446a61bad66ab2eadb5ea22ab1ea2ef283e: chore(iaas): remove deprecated fields in network area resource (#1674) (@​GokceGK)
  • fdd47a942d8ec5b25ae91e155135174f9c81a3fb: chore(kms): update kms from v1.12.0 to v1.13.0 (#1691) (@​marceljk)
  • d1c7168d378e8078379c8cf1bb9bd41080e86d98: chore(postgres): deprecate v2 api fields (#1668) (@​marceljk)
  • a04fae9a7b42939ddafbaa34c228eea4bce33a75: chore(sqlserver): deprecate v2 api fields (#1672) (@​marceljk)
  • 0ed02367ca50a39c49b621358d4c1d94ae7a83ad: chore: remove stale migration guide (#1682) (@​SerseusWasTaken)
  • fc4f447dff48decea9c945f786563ad622607515: feat(cdn): distribution attrs: blocked_ips, default_cache_duration, monthly_limit_bytes (@​matheuspolitano)
  • 16112a5f7d336aab5128de4d3086ca2390dcdd48: feat(dremio): Updating used SDK to release 0.6.0 and therfore used API from v1alhpa to v1beta. (#1687) (@​bjarneschroeder)
  • 1bd4c975d759757f644c090f87eaae6b006bd6d5: feat(logme): Region adjustment (#1640) (@​Fyusel)
  • e855ec42160b69bc2baf01f382611837f6ab18df: feat(mexp): Onboarding Modelexperiments (#1547) (@​paul-sffrth)
  • 73800cd32fefd9ba0aeaad229f6fe69425ed9783: feat(ske): support audit log configuration (#1578) (@​tobias-pfaffelmoser-ske)
  • 6bae25122eb3b5c7199173f8ba2bcdde03ee8e83: feat(sqlserverflex): add flavors datasource (#1643) (@​cgoetz-inovex)
  • 138d8ff36e1437db7b2fc8c1ed48db98cc5a6167: feat(telemetrylink): Add write only attributes for accessToken (#1657) (@​Fyusel)
  • f0b237dd673e1c9f2b3823a9171ddb183995d133: fix(redis, rabbitmq): pass region and instance ID in the correct order on update (#1681) (@​johannes-engler-mw)
  • 6e395ed39a31d8d1e79429f18a651588429122df: fix(telemetrylink): add plan-time regex validation for telemetry link name and description (#1593) (@​suedaozkaya)
  • a88efeeee3666ceecc4e7565388858f25d4e37d2: refactor(albwaf): address open issues (#1667) (@​SerseusWasTaken)
  • cc04b9a2f485909486e2aa563e5e52802cac8513: revert(ske): support audit log configuration (#1693) (@​rubenhoenle)

v0.110.0

Changelog

  • 3ffd5cff3bb596a60219272c63dad45b266eb2c6: fix(sqlserverflex): add retries on Locked + TooEarly for user + database (@​cgoetz-inovex)
  • 9679b3531400b712202ab8d8b16411fc4962bf92: fix(sqlserverflex): use waiter on user create + delete (#1664) (@​cgoetz-inovex)

v0.109.0

Changelog

  • 4795bf198a2dd0c771a81b6c474b1286f9d8859a: Feature/waf onboard custom rule group (#1620) (@​Manuelvaas)
  • f5ad219b7800297e180748e76254985a0adeee52: chore: remove deprecated field region from the provider (#1653) (@​SerseusWasTaken)
  • ab24d7b8157f3a6699cc5e88055e5978f4fa6359: feat(albwaf): onboard WAF (#1612) (@​SerseusWasTaken)
  • be89dc0a7fb8962b460f0ad5c428f43985760797: feat(postgresflex): implement flavors data source (#1654) (@​cgoetz-inovex)
  • 40e8b979138ee9b3b4ecbd8bcf44a4e2d7de5482: feat(ske): extend cluster extensions dns with gateway-api (#1621) (@​GokceGK)

... (truncated)

Commits
  • 76ef81b feat(ske): add ephemeral ske kubeconfig (#1448)
  • bc2c5ae chore(albwaf): remove beta status for albwaf resources (#1709)
  • 3e25f84 chore(iaas): Refactor/Add network area route min and max test (#1701)
  • 6704f0c chore(deps): bump golang.org/x/mod from 0.38.0 to 0.39.0 (#1700)
  • b3b4b44 feat(ci): add modify plan linter (#1685)
  • 9734525 refactor(albwaf): move onlyAllowedIfBoolEquals to global validators (#1697)
  • 8c887fc feat(albcertificate): increase cert lengths to 64kb (#1695)
  • 65af499 feat(ske): support audit log configuration (#1696)
  • 7f98359 fix(ske): nil pointer when gateway api is not set (#1673)
  • de961ad fix(rabbitmq, redis): add modify plan functions (#1684)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 4 updates

Bumps the terraform-providers group with 4 updates in the /src directory: [grafana/grafana](https://github.com/grafana/terraform-provider-grafana), [hashicorp/time](https://github.com/hashicorp/terraform-provider-time), [hashicorp/vault](https://github.com/hashicorp/terraform-provider-vault) and [stackitcloud/stackit](https://github.com/stackitcloud/terraform-provider-stackit).


Updates `grafana/grafana` from 4.42.0 to 4.45.1
- [Release notes](https://github.com/grafana/terraform-provider-grafana/releases)
- [Changelog](https://github.com/grafana/terraform-provider-grafana/blob/main/CHANGELOG.md)
- [Commits](grafana/terraform-provider-grafana@v4.42.0...v4.45.1)

Updates `hashicorp/time` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/hashicorp/terraform-provider-time/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-time/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-time@v0.14.0...v0.14.1)

Updates `hashicorp/vault` from 5.10.1 to 5.11.0
- [Release notes](https://github.com/hashicorp/terraform-provider-vault/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-vault@v5.10.1...v5.11.0)

Updates `stackitcloud/stackit` from 0.106.0 to 0.113.0
- [Release notes](https://github.com/stackitcloud/terraform-provider-stackit/releases)
- [Changelog](https://github.com/stackitcloud/terraform-provider-stackit/blob/main/RELEASE.md)
- [Commits](stackitcloud/terraform-provider-stackit@v0.106.0...v0.113.0)

---
updated-dependencies:
- dependency-name: grafana/grafana
  dependency-version: 4.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: hashicorp/time
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform-providers
- dependency-name: hashicorp/vault
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
- dependency-name: stackitcloud/stackit
  dependency-version: 0.113.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-providers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Aug 23, 2026
@dependabot
dependabot Bot requested review from lweberru and mahauber as code owners August 23, 2026 23:52
@dependabot dependabot Bot added the terraform Pull requests that update terraform code label Aug 23, 2026
@dependabot
dependabot Bot requested a review from simpe00 as a code owner August 23, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants